VMware Workspace One

This topic covers the steps to add agent installer in VMware Workspace One on Windows and macOS systems.
Before you begin, download the agent installer file and copy the token value.

On Windows
  1. Navigate to Resources >Apps > Native
  2. Click Add > Application File
  3. Upload the agent installer (.msi file)
  4. Click Continue
  5. Accept Defaults in the Details tab
  6. Select Deployment Options tab
  7. Edit the install command to include a TOKEN argument with token data
    for example, msiexec /qn /i "kacecloud.msi" /TOKEN=YOUR-TOKEN-DATA
  8. Click Save and Assign
  9. Assign the new application to desired devices. These are the devices that are already a part of VMware Workspace One and will be registered into KACE Cloud.
On macOS
  1. Navigate to Resources > Apps > Native
  2. Click Add >Application File
  3. Upload agent package
  4. Click Continue
  5. Select Full Software Management
  6. Upload the metadata file (created with VMware Workspace ONE Admin Assistant)
  7. Accept Defaults in the Details tab
  8. Select Scripts tab
  9. Add an install script
    Sample macOS pre-install script-
  10. #!/bin/bash
    KACE_DATA_DIR="/Library/Application Support/Quest/KACECloud/data"
    TOKEN_FILE="${KACE_DATA_DIR}/token"
    TOKEN="YOUR-TOKEN-DATA" mkdir -p "${KACE_DATA_DIR}" echo "${TOKEN}" > "${TOKEN_FILE}"
  11. Click Save & Assign
  12. Assign the new application to desired devices. These are devices that are already part of VMware Workspace One and will be registered into KACE Cloud.